home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- md c:\cris20
- copy *.* c:\cris20
- prompt $p$g
- c:
- cd \cris20
- cris20
- copy cris.bat c:\
- echo ** Select the "Util" menu now, select the "Setup" option,
- echo then enter your business name, address, city, state, zip,
- echo phone, and sales tax information.
- pause
- main
- echo ** Enjoy CRIS 2.0! Be sure to read the documentation thoroughly!
- echo ** Type "CRIS" to run CRIS from now on.
- pause
-